1)CustCollection.dtsx
|
CustCollection.dtsx
|
- Execute the CustCollection package.
- Check the data in CSV with data populated in the table.
- Also check for the date condition(today date should fall between start and end date).
|
- New data has to be populated into the table.
- Date condition also need to be satisfied.
|
1. All the data will be populated into the table which satisfies the date condition.
2. Last Update date time for new data should be today's date
.
|
2)CustSegmentation.dtsx
|
CustSegmentation.dtsx
|
- Execute theCustSegmentation package.
- Check the data in CSV with data populated in the table.
- Also check for the date condition(today date should fall between start and end date).
|
- New data has to be populated into the table.
- Date condition also need to be satisfied.
|
1. All the data will be populated into the table which satisfies the date condition.
2. Last Update date time for new data should be today's date
|